Relação Ametódica

Data Science, Machine Learning, Artificial Intelligence, Visualization, and Complex Systems.

Remove Audio from MP4 file with FFmpeg

ffmpeg -i input_file.mp4 -c copy -an output_file.mp4

The options are straightforward:

-i    input, the source file to copy from
-c    the codec, in this case just copy
-an   disable audio